HipVertexArrayObject.appendAttribute

This function creates an attribute information, for later sending it(it is necessary as the stride needs to be recalculated)

  1. HipVertexArrayObject appendAttribute(uint count, HipAttributeType valueType, uint typeSize, string infoName, bool isPadding)
    class HipVertexArrayObject
    appendAttribute
    (
    uint count
    ,,,
    string infoName
    ,
    bool isPadding = false
    )
  2. HipVertexArrayObject appendAttribute(string infoName, bool isPadding)

Meta